{% if results %}
{% for result in results %}
{% if result.thumbnail %}
{% else %}
{% endif %}
{{result.model}}
{{result.description}}
{% endfor %}
{% else %}
{% endif %}
{% if category %}
{{category.name}}
{% endif %}
{% if categories %}
{% for category in categories %}
{% if category.name == "Discontinued" or category.name == "Coming Soon" %}
{% continue %}
{% endif %}
{{category.name}}
{% endfor %}
DiscontinuedComing Soon
{% endif %}
{% if subcategories %}
{% if include %}
{{include.name}}
{% endif %}
{% for subcategory in subcategories %}
{{subcategory.name}}
{% endfor %}
{% endif %}
{{category.name}}
{% if children %}
{% for child in children %}
{% endfor %}
{% else %}
{% if include %}
{% endif %}
{% endif %}
{% if products %}
{% for product in products %}
{% if product.thumbnail %}
{% else %}
{% endif %}